home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 7052 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  750 b 

  1. Path: cityscape.co.uk!usenet
  2. From: Chris Ryan <cryan@bcs.org.uk>
  3. Newsgroups: comp.lang.c
  4. Subject: Newbie Q: C code to access Visual Basic Huge Arrays
  5. Date: 17 Feb 1996 21:33:40 GMT
  6. Organization: CityScape Internet Services
  7. Message-ID: <4g5hjk$e0v@news.cityscape.co.uk>
  8. NNTP-Posting-Host: cisgf27.demon.co.uk
  9.  
  10. I'm trying to pass a multi-dimensional Visual Basic (v.3) huge
  11. array to a DLL written in C.  I understand its not a problem
  12. to do this if you want to access <64k of numeric data, but
  13. I want to access >64k numeric data.  I think after this point
  14. a special structure is used.  
  15.  
  16. Does anyone have a snippet of code to serve as an example of 
  17. how to do this, or know what structure the huge arrays take
  18. after the first 64k.
  19.  
  20. Many Thanks,
  21. Chris.
  22.